[][src]Crate forest_crypto

Structs

Signature

A cryptographic signature, represented in bytes, of any key protocol

VRFProof

The output from running a VRF

Enums

DomainSeparationTag

Specifies a domain for randomness generation.

Error

Crypto error

SignatureType

Signature variants for Forest signatures

Constants

BLS_PUB_LEN

BLS Public key length in bytes

BLS_SIG_LEN

BLS signature length in bytes

Traits

Signer

Signer is a trait which allows a key implementation to sign data for an address

Functions

verify_bls_aggregate

Aggregates and verifies bls signatures collectively